home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993 October: Windmill on DISC / ADC Developer CD (1993-10) (''Windmill On DISC'')_iso / Dev.CD Oct 93.iso / System Software / U.S. System Software / System 7 Pro™ Beta 11 / Development Tools / Sample Code / Interprogram Messaging Manager / IPM MessageBoard / MessageBoard README < prev    next >
Encoding:
Text File  |  1993-06-28  |  1.3 KB  |  20 lines  |  [ttro/ttxt]

  1.  
  2. IPM MessageBoard Sample
  3. ------------------------
  4. Steve Falkenburg, Scott Kuechle - MacDTS
  5. 6/25/93
  6. ------------------------
  7. AOCE B6
  8. ------------------------
  9. This sample shows how you can use Inter-Process Messaging (IPM) to send store and forward messages between applications running on the same machine or on different machines.  In addition, you may send messages to a queue on a server. 
  10.  
  11. To use, first click the "Make New Message" button and enter a short text message, followed by return.
  12.  
  13. Next, click the "Make New Destination" button, and select the desired destination. You may select from the following destinations: appletalk address (presumably another machine running this application), a server queue, a user's preferred message queue or preferred mail slot.
  14.  
  15. Next, select the message and the destination, and click the "Send" button.  After a short while, the message you sent will appear in the messages pane of the destination computer running the MessageBoard sample, if you had selected the appletalk address of another machine running this application as your destination.  They should also be able to send messages to you, and you can also send messages to yourself.
  16.  
  17. The sample compiles with both Think C 5.0.x and MPW C.
  18.  
  19. As with the other AOCE samples, technical questions should be addressed to DEVSUPPORT if you're a supported AOCE seed site.
  20.